All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.BitmapImageRep

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.ImageRep
                   |
                   +----com.apple.alpha.app.BitmapImageRep

public class BitmapImageRep
extends ImageRep
This class wraps the Objective-C class NSBitmapImageRep.


Variable Index

 o BMPFileType
 o GIFFileType
 o JPEGFileType
 o PNGFileType
 o TIFFCompressionCCITTFAX3
 o TIFFCompressionCCITTFAX4
 o TIFFCompressionJPEG
 o TIFFCompressionLZW
 o TIFFCompressionNEXT
 o TIFFCompressionNone
 o TIFFCompressionOldJPEG
 o TIFFCompressionPackBits
 o TIFFFileType

Constructor Index

 o BitmapImageRep()
This default constructor is equivalent to Objective-C's [[NSBitmapImageRep alloc] init].
 o BitmapImageRep(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o BitmapImageRep(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o BitmapImageRep(Data)
This constructor has the same effect as calling - initWithData: on a newly allocated object.
 o BitmapImageRep(Rect)
This constructor has the same effect as calling - initWithFocusedViewRect: on a newly allocated object.

Method Index

 o bitsPerPixel()
A wrapper for the - bitsPerPixel Objective-C instance method.
 o bytesPerPlane()
A wrapper for the - bytesPerPlane Objective-C instance method.
 o bytesPerRow()
A wrapper for the - bytesPerRow Objective-C instance method.
 o canBeCompressedUsingType(int)
A wrapper for the - canBeCompressedUsing: Objective-C instance method.
 o imageRepsWithData(Data)
A wrapper for the + imageRepsWithData: Objective-C class method.
 o imageRepWithData(Data)
A wrapper for the + imageRepWithData: Objective-C class method.
 o isPlanar()
A wrapper for the - isPlanar Objective-C instance method.
 o localizedNameForTIFFCompressionType(int)
A wrapper for the + localizedNameForTIFFCompressionType: Objective-C class method.
 o numberOfPlanes()
A wrapper for the - numberOfPlanes Objective-C instance method.
 o representationOfImageRepsInArray(Array, int, Dictionary)
A wrapper for the + representationOfImageRepsInArray:usingType:properties: Objective-C class method.
 o representationUsingType(int, Dictionary)
A wrapper for the - representationUsingType:properties: Objective-C instance method.
 o samplesPerPixel()
A wrapper for the - samplesPerPixel Objective-C instance method.
 o setCompressionWithFactor(int, float)
A wrapper for the - setCompression:factor: Objective-C instance method.
 o setProperty(String, Object)
A wrapper for the - setProperty:withValue: Objective-C instance method.
 o TIFFRepresentation()
A wrapper for the - TIFFRepresentation Objective-C instance method.
 o TIFFRepresentationOfImageReps(Array)
A wrapper for the + TIFFRepresentationOfImageRepsInArray: Objective-C class method.
 o TIFFRepresentationOfImageRepsUsingCompression(Array, int, float)
A wrapper for the + TIFFRepresentationOfImageRepsInArray:usingCompression:factor: Objective-C class method.
 o TIFFRepresentationUsingCompression(int, float)
A wrapper for the - TIFFRepresentationUsingCompression:factor: Objective-C instance method.
 o valueForProperty(String)
A wrapper for the - valueForProperty: Objective-C instance method.

Variables

 o TIFFFileType
 public static final int TIFFFileType
 o BMPFileType
 public static final int BMPFileType
 o GIFFileType
 public static final int GIFFileType
 o JPEGFileType
 public static final int JPEGFileType
 o PNGFileType
 public static final int PNGFileType
 o TIFFCompressionNone
 public static final int TIFFCompressionNone
 o TIFFCompressionCCITTFAX3
 public static final int TIFFCompressionCCITTFAX3
 o TIFFCompressionCCITTFAX4
 public static final int TIFFCompressionCCITTFAX4
 o TIFFCompressionLZW
 public static final int TIFFCompressionLZW
 o TIFFCompressionJPEG
 public static final int TIFFCompressionJPEG
 o TIFFCompressionNEXT
 public static final int TIFFCompressionNEXT
 o TIFFCompressionPackBits
 public static final int TIFFCompressionPackBits
 o TIFFCompressionOldJPEG
 public static final int TIFFCompressionOldJPEG

Constructors

 o BitmapImageRep
 protected BitmapImageRep(boolean shouldAllocate,
                          int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o BitmapImageRep
 public BitmapImageRep()
This default constructor is equivalent to Objective-C's [[NSBitmapImageRep alloc] init].

 o BitmapImageRep
 public BitmapImageRep(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

 o BitmapImageRep
 public BitmapImageRep(Rect rect)
This constructor has the same effect as calling - initWithFocusedViewRect: on a newly allocated object.

 o BitmapImageRep
 public BitmapImageRep(Data tiffData)
This constructor has the same effect as calling - initWithData: on a newly allocated object.

Methods

 o imageRepsWithData
 public static native Array imageRepsWithData(Data tiffData)
A wrapper for the + imageRepsWithData: Objective-C class method.

 o imageRepWithData
 public static native Object imageRepWithData(Data tiffData)
A wrapper for the + imageRepWithData: Objective-C class method.

 o isPlanar
 public native boolean isPlanar()
A wrapper for the - isPlanar Objective-C instance method.

 o samplesPerPixel
 public native int samplesPerPixel()
A wrapper for the - samplesPerPixel Objective-C instance method.

 o bitsPerPixel
 public native int bitsPerPixel()
A wrapper for the - bitsPerPixel Objective-C instance method.

 o bytesPerRow
 public native int bytesPerRow()
A wrapper for the - bytesPerRow Objective-C instance method.

 o bytesPerPlane
 public native int bytesPerPlane()
A wrapper for the - bytesPerPlane Objective-C instance method.

 o numberOfPlanes
 public native int numberOfPlanes()
A wrapper for the - numberOfPlanes Objective-C instance method.

 o setCompressionWithFactor
 public native void setCompressionWithFactor(int compression,
                                             float factor)
A wrapper for the - setCompression:factor: Objective-C instance method.

 o TIFFRepresentation
 public native Data TIFFRepresentation()
A wrapper for the - TIFFRepresentation Objective-C instance method.

 o TIFFRepresentationUsingCompression
 public native Data TIFFRepresentationUsingCompression(int comp,
                                                       float factor)
A wrapper for the - TIFFRepresentationUsingCompression:factor: Objective-C instance method.

 o TIFFRepresentationOfImageReps
 public static native Data TIFFRepresentationOfImageReps(Array array)
A wrapper for the + TIFFRepresentationOfImageRepsInArray: Objective-C class method.

 o TIFFRepresentationOfImageRepsUsingCompression
 public static native Data TIFFRepresentationOfImageRepsUsingCompression(Array array,
                                                                         int comp,
                                                                         float factor)
A wrapper for the + TIFFRepresentationOfImageRepsInArray:usingCompression:factor: Objective-C class method.

 o localizedNameForTIFFCompressionType
 public static native String localizedNameForTIFFCompressionType(int compression)
A wrapper for the + localizedNameForTIFFCompressionType: Objective-C class method.

 o canBeCompressedUsingType
 public native boolean canBeCompressedUsingType(int compression)
A wrapper for the - canBeCompressedUsing: Objective-C instance method.

 o representationOfImageRepsInArray
 public static native Data representationOfImageRepsInArray(Array imageReps,
                                                            int storageType,
                                                            Dictionary properties)
A wrapper for the + representationOfImageRepsInArray:usingType:properties: Objective-C class method.

 o representationUsingType
 public native Data representationUsingType(int storageType,
                                            Dictionary properties)
A wrapper for the - representationUsingType:properties: Objective-C instance method.

 o setProperty
 public native void setProperty(String property,
                                Object value)
A wrapper for the - setProperty:withValue: Objective-C instance method.

 o valueForProperty
 public native Object valueForProperty(String property)
A wrapper for the - valueForProperty: Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index